home *** CD-ROM | disk | FTP | other *** search
/ Total Animated Gifs / Total Animated Gifs.iso / Utilities / Graphics / picviewer / PicView / PicView.exe / 0 / RCDATA / TPROGDATAFORM / TPROGDATAFORM.txt
Encoding:
Text File  |  1998-09-01  |  1.4 KB  |  78 lines

  1. object ProgDataForm: TProgDataForm
  2.   Left = 286
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ProgsData'
  7.   ClientHeight = 117
  8.   ClientWidth = 426
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object NameLabel: TLabel
  18.     Left = 8
  19.     Top = 9
  20.     Width = 71
  21.     Height = 13
  22.     Caption = '&Name in menu:'
  23.   end
  24.   object CmdLabel: TLabel
  25.     Left = 8
  26.     Top = 61
  27.     Width = 69
  28.     Height = 13
  29.     Caption = '&Command line:'
  30.   end
  31.   object NameEdit: TEdit
  32.     Left = 8
  33.     Top = 24
  34.     Width = 181
  35.     Height = 21
  36.     TabOrder = 0
  37.     OnChange = EditorsChange
  38.   end
  39.   object OKBtn: TButton
  40.     Left = 344
  41.     Top = 9
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     Enabled = False
  47.     ModalResult = 1
  48.     TabOrder = 3
  49.   end
  50.   object CancelBtn: TButton
  51.     Left = 344
  52.     Top = 40
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 4
  59.   end
  60.   object FileNameEdit: TEdit
  61.     Left = 8
  62.     Top = 76
  63.     Width = 293
  64.     Height = 21
  65.     TabOrder = 1
  66.     OnChange = EditorsChange
  67.   end
  68.   object OpenBtn: TButton
  69.     Left = 306
  70.     Top = 76
  71.     Width = 29
  72.     Height = 21
  73.     Caption = '...'
  74.     TabOrder = 2
  75.     OnClick = OpenBtnClick
  76.   end
  77. end
  78.